Leadtools.Medical.Workstation Namespace > ListWithEvents<T> Class : ItemRemoved Event |
public event EventHandler<DataEventArgs<T>> ItemRemoved
'Declaration Public Event ItemRemoved As EventHandler(Of DataEventArgs(Of T))
'Usage Dim instance As ListWithEvents(Of T) Dim handler As EventHandler(Of DataEventArgs(Of T)) AddHandler instance.ItemRemoved, handler
public: __event EventHandler<DataEventArgs<T*>*>* ItemRemoved
public: event EventHandler<DataEventArgs<T*>*>* ItemRemoved
The event handler receives an argument of type DataEventArgs<TData> containing data related to this event. The following DataEventArgs<TData> properties provide information specific to this event.
Property | Description |
---|---|
Data | Gets the argument data to pass to an event handler. |